home *** CD-ROM | disk | FTP | other *** search
- /*
- Copyright 1993, Alec Russell, ALL rights reserved
-
- FILE : gsound.c
-
- totally bogus file.
-
- HISTORY:
- created : may 31, 1993
- updates :
-
- */
-
-
- #ifndef DEF_GSOUND
- #define DEF_GSOUND 1
-
- void click(void);
- void beep(void);
-
- #endif
-
-
- /* ------------------------------ end of file ------------------------- */
-
-